SftTree/NET 2.0

TotalVisibleCount Property, ItemClass Class

Softel vdm, Inc.

Returns the total number of immediate and indirect dependents that are visible.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property TotalVisibleCount As Integer

C#   

public int TotalVisibleCount { get; }

C++   

public: property int TotalVisibleCount {
        int get();
}

Property Value

The total visible number of immediate and indirect dependents.

Comments

The TotalVisibleCount property returns the total number of immediate and indirect dependents that are visible.

Items as considered visible if their parent item through the top-most parent are expanded. These items are not necessarily displayed in the control's client area.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com